home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000585_ken@phy.ucsf.edu_Wed May 11 08:34:24 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  5KB

  1. Received: from cgl.ucsf.EDU by cs.umb.edu with SMTP id AA10009
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 11 May 1994 18:35:41 -0400
  3. Received: from coltrane.ucsf.EDU by cgl.ucsf.EDU (8.6.7/GSC4.24)
  4.     id PAA24089 for ; Wed, 11 May 1994 15:35:39 -0700
  5. Received: by coltrane.ucsf.EDU (5.65/GSC4.19)
  6.     id AA05214; Wed, 11 May 1994 15:34:24 -0700
  7. Date: Wed, 11 May 1994 15:34:24 -0700
  8. From: ken@phy.ucsf.edu
  9. Message-Id: <9405112234.AA05214@coltrane.ucsf.EDU>
  10. To: mackay@cs.washington.edu (Pierre MacKay)
  11. Cc: tex-k@cs.umb.edu
  12. Subject: Re:  bug in newest kpathsea under DEC alpha / OSF 2.0 ?
  13. In-Reply-To: <199405112210.PAA00587@june.cs.washington.edu>
  14. References: <199405112210.PAA00587@june.cs.washington.edu>
  15.  
  16. >>>>> "-" == Pierre MacKay <mackay@cs.washington.edu> writes:
  17.  
  18. -> Have you tried running xdvi and/or dvips with -d 127, so
  19. -> that it reports to you what it thinks it is looking for?
  20.  
  21. Thanks.  I just tried it, and get:
  22.  
  23. coltrane 729% xdvi -d 127 marty
  24. Define font "cmcsc10" scale=655360 design=655360
  25. xdvi: Font cmcsc10 not found.
  26. Define font "cmbx10" scale=943718 design=655360
  27. xdvi: Font cmbx10 not found.
  28. Define font "cmr12" scale=786432 design=786432
  29. xdvi: Font cmr12 not found.
  30. Define font "cmss10" scale=655360 design=655360
  31. xdvi: Font cmss10 not found.
  32. Define font "cmtt10" scale=655360 design=655360
  33. xdvi: Font cmtt10 not found.
  34. xdvi: Not all pixel files were found
  35.  
  36. Each of these tfm files (i.e. cmcsc10.tfm, etc.) is in 
  37. /usr/local/lib/texmf/fonts/public/cm/tfm
  38. (and the corresponding .mf file is in 
  39. /usr/local/lib/texmf/fonts/public/cm/src).
  40.  
  41. I'll attach below the kpathsea/paths.h file that xdvi was compiled
  42. with (actually, I had already done 'make distclean' after compiling
  43. xdvi, so I just now did 'configure' and 'make' in the xdvik-1.8
  44. directory to regenerate paths.h).  And, I just did a diff of
  45. kpathsea/paths.h between that used for tex (the old kpathsea) and that
  46. used for xdvi (the new kpathsea) and they are identical except for
  47. some comments.
  48.  
  49. Thanks,
  50.  
  51. Ken
  52. ken@phy.ucsf.edu
  53.  
  54. ----------------------------------------------------------------------
  55.  
  56. /**** paths.h from xdvik-1.8/kpathsea:  ****/
  57.  
  58. /* paths.h: Generated from paths.h.in (Wed May 11 15:32:58 PDT 1994).  */
  59. /* paths.h.in: fallback paths for TeX file searching.  Kpathsea doesn't
  60.    provide format-specific routines for all these, but it still
  61.    seems best to centralize the definitions.
  62.    
  63.    The meanings of all these paths are described in the various
  64.    programs' documentation.  Various environment variables override these.
  65.  
  66.    By the way, // means to search subdirectories (recursively). A
  67.    leading %% means to look only in the ls-R db, not on the disk. See the
  68.    Kpathsea manual for full details.
  69.    
  70.    See kpathsea/INSTALL for a description of how the various
  71.    path-related files are used and created, and how to change the
  72.    default paths.  */
  73.  
  74. /* TeX and MF inputs, and the default for eps figures.  */
  75. #ifndef DEFAULT_TEX_PATH
  76. #define DEFAULT_TEX_PATH ".:/usr/local/lib/texmf/tex//"
  77. #endif
  78. #ifndef DEFAULT_MF_PATH
  79. /* It's pointless to search the adobe, bitstream, etc. directories for
  80.    Metafont sources, but we want at least ams/ and public/, and who
  81.    knows if there might be others.  */
  82. #define DEFAULT_MF_PATH ".:/usr/local/lib/texmf/mf//:/usr/local/lib/texmf/fonts//src//"
  83. #endif
  84.  
  85. /* Dumped formats.  */
  86. #ifndef DEFAULT_FMT_PATH
  87. #define DEFAULT_FMT_PATH ".:/usr/local/lib/texmf/ini"
  88. #endif
  89. #ifndef DEFAULT_BASE_PATH
  90. #define DEFAULT_BASE_PATH ".:/usr/local/lib/texmf/ini"
  91. #endif
  92.  
  93. /* INI* string pool files.  */
  94. #ifndef DEFAULT_TEXPOOL_PATH
  95. #define DEFAULT_TEXPOOL_PATH "/usr/local/lib/texmf/ini"
  96. #endif
  97. #ifndef DEFAULT_MFPOOL_PATH
  98. #define DEFAULT_MFPOOL_PATH "/usr/local/lib/texmf/ini"
  99. #endif
  100.  
  101. #ifndef DEFAULT_TFM_PATH /* TeX font metric files.  */
  102. #define DEFAULT_TFM_PATH ".:/usr/local/lib/texmf/fonts//tfm"
  103. #endif
  104.  
  105. #ifndef DEFAULT_VF_PATH /* Virtual font metrics.  */
  106. #define DEFAULT_VF_PATH ".:/usr/local/lib/texmf/fonts//vf"
  107. #endif
  108.  
  109. /* The TeX bitmap formats.  */
  110. #ifndef DEFAULT_GLYPH_PATH /* This is for texfonts.map. */
  111. #define DEFAULT_GLYPH_PATH ".:/usr/local/lib/texmf/fonts//"
  112. #endif
  113. #ifndef DEFAULT_GF_PATH
  114. #define DEFAULT_GF_PATH ".:/usr/local/lib/texmf/fonts//gf"
  115. #endif
  116. #ifndef DEFAULT_PK_PATH
  117. #define DEFAULT_PK_PATH ".:/usr/local/lib/texmf/fonts//pk//"
  118. #endif
  119.  
  120. /* BibTeX bibliographies and styles.  */
  121. #ifndef DEFAULT_BIB_PATH
  122. #define DEFAULT_BIB_PATH ".:/usr/local/lib/texmf/bibtex/bib"
  123. #endif
  124. #ifndef DEFAULT_BST_PATH
  125. #define DEFAULT_BST_PATH ".:/usr/local/lib/texmf/bibtex/bst"
  126. #endif
  127.  
  128. /* Dvips' configuration files.  */
  129. #ifndef DEFAULT_CONFIG_PATH
  130. #define DEFAULT_CONFIG_PATH ".:~:/usr/local/lib/texmf/dvips"
  131. #endif
  132.  
  133. /* Dvips' PostScript prologues, and downloadable fonts (.pf[ab] files).  */
  134. #ifndef DEFAULT_HEADER_PATH
  135. #define DEFAULT_HEADER_PATH ".:/usr/local/lib/texmf/dvips:/usr/local/lib/texmf/fonts//type1"
  136. #endif
  137.  
  138. /* Dvips' and xdvi's epsf and ps figures.  It is probably a mistake to
  139.    make this more restrictive than the DEFAULT_TEX_PATH, because TeX
  140.    needs to be able to read the .eps files also. */
  141. #ifndef DEFAULT_FIG_PATH
  142. #define DEFAULT_FIG_PATH DEFAULT_TEX_PATH
  143. #endif
  144.  
  145. /* Dvips' TIFF files, etc.  */
  146. #ifndef DEFAULT_PICT_PATH
  147. #define DEFAULT_PICT_PATH DEFAULT_FIG_PATH
  148. #endif